add user_id

FFIB 5 years ago
parent
commit
0b87187840
1 changed files with 1 additions and 0 deletions
  1. 1 0
      account/models.py

+ 1 - 0
account/models.py

@@ -39,6 +39,7 @@ class UserInfo(BaseModelMixin):
39 39
             'country': self.country,
40 40
             'province': self.province,
41 41
             'city': self.city,
42
+            'user_id': self.user_id
42 43
         }
43 44
 
44 45
     @property